From: Glenn Morris Date: Tue, 23 Jun 2009 07:25:12 +0000 (+0000) Subject: (comint-insert-input): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11817 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ea74c3a96e8acd98437cdaf3b0c7edd795b5d67;p=emacs.git (comint-insert-input): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5f0f305b9a..b77d26fcc30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-06-23 Glenn Morris + * comint.el (comint-insert-input): Doc fix. + * Makefile.in (ELCFILES): Fix typo in previous change. 2009-06-23 Miles Bader diff --git a/lisp/comint.el b/lisp/comint.el index 5bff9868944..4fa9f7c3ced 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." (defun comint-insert-input (event) "In a Comint buffer, set the current input to the previous input at point. If there is no previous input at point, run the command specified -by the global keymap (usually `mouse-yank-at-point')." +by the global keymap (usually `mouse-yank-at-click')." (interactive "e") (mouse-set-point event) (let ((pos (posn-point (event-end event)))